home *** CD-ROM | disk | FTP | other *** search
-
- ; include common definitions
- include 386mnu.inc
-
- extrn _PopMenu:near
- ; eax = pointer to menu data
-
- ; Look into 386menu.txt for more info.
- ; This function lets you pop-up and "animate" a menu you defined.
- ; you can select and manipolate menu entry data
- ; using the keyboard
- ;
- ; up/down = change entry
- ; enter = enter a value from the keyboard / trigger entry
- ; (you can do this only one, then you must use another key
- ; before you can "select" the entry again
- ; this is because of the "debouncing" routine)
- ; left,'-' = decrease entry's value
- ; right,'+' = increase entry's value
- ; esc = quit menu
- ;
-